visuals: add a runner for visual GtkBuilder files
authorCosimo Cecchi <cosimoc@gnome.org>
Thu, 12 Jan 2012 22:03:54 +0000 (17:03 -0500)
committerCosimo Cecchi <cosimoc@gnome.org>
Thu, 12 Jan 2012 22:05:36 +0000 (17:05 -0500)
commit9283ca93c521da43f54e6bb787a25539438c769c
treee14154ef17bf55ac87810a7004931f8c1af7ae2c
parentdc100a8e7b8f28c9c73924dd7cb2c8a7074d475a
visuals: add a runner for visual GtkBuilder files

This is useful to sketch out in GtkBuilder widgets in different states
all at once, so that we can check theming is right for them.
Add some initial UI files for primary-toolbar and inline-toolbar widgets.
configure.ac
tests/Makefile.am
tests/visuals/Makefile.am [new file with mode: 0644]
tests/visuals/inline-toolbar.ui [new file with mode: 0644]
tests/visuals/primary-toolbar.ui [new file with mode: 0644]
tests/visuals/visuals.c [new file with mode: 0644]